Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-217283 | SLES-12-030320 | SV-217283r505931_rule | Medium |
Description |
---|
Some adversaries launch attacks with the intent of executing code in nonexecutable regions of memory or in memory locations that are prohibited. Security safeguards employed to protect memory include, for example, data execution prevention and address space layout randomization. Data execution prevention safeguards can either be hardware-enforced or software-enforced, with hardware providing the greater strength of mechanism. Examples of attacks are buffer overflow attacks. |
STIG | Date |
---|---|
SLES 12 Security Technical Implementation Guide | 2020-09-10 |
Check Text ( C-18511r370005_chk ) |
---|
Verify the SUSE operating system prevents leaking of internal kernel addresses. Check that the SUSE operating system prevents leaking of internal kernel addresses by running the following command: # cat /proc/sys/kernel/kptr_restrict 1 If the above output does not return "1", this is a finding. |
Fix Text (F-18509r370006_fix) |
---|
Configure the SUSE operating system to prevent leaking of internal kernel addresses by running the following command: # echo "kernel.kptr_restrict=1" >> /etc/sysctl.d/kptr_restrict After the line has been added, the kernel settings from all system configuration files must be reloaded before any of the changes will take effect. Run the following command to reload all of the kernel system configuration files: # sudo sysctl --system |